home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / colorbu2.zip / README.TXT < prev   
Text File  |  1997-03-03  |  3KB  |  79 lines

  1. ------------------------------------------------
  2. COLOR BUTTONS :
  3. ColorBitBtn & ColorSpeedButton  for Delphi 2.0
  4. ------------------------------------------------
  5.  
  6. Version 2.0
  7. Mar 97
  8.  
  9. [Install]
  10.  
  11. 1. Unzip the archive
  12.  
  13. 2. Copy the files as follows to a directory of your choice :
  14.  
  15.    - COLORBUT.DCU
  16.    - COLORBUT.DCR  
  17.  
  18. 3. In Delphi, select Component|Install... 
  19.    Press Add
  20.    Enter the path and filename for COLORBUT.DCU or use the Browse button to find it
  21.    Select OK
  22.    Delphi will recompile the library.
  23.  
  24.    By default, components are installed on the "Buttons" page of your component
  25.    palette. You can move them to any other page using the Palette page of the
  26.    Options|Preferences dialog.
  27.  
  28. [Using conditions]
  29.  
  30. Those components have the full functionality of the registered version, 
  31. but they display an "unregistered message" when you use them at runtime or design time.
  32. If you would like to register Color Buttons :
  33.  
  34. Color Buttons v2.0 without source code: $12.00 
  35.  
  36. [Registration]
  37.  
  38.   You can register on Compuserve in the SWREG forum. Use ID 14310
  39.  
  40. [Source Code]
  41.  
  42.   Source code is NOT included with the registered version.
  43.  
  44. [Registered Version]
  45.  
  46.   Registered users will receive the following benefits:
  47.  
  48.   - an "free use" (without the unregistered message) copy of Color Buttons
  49.   - the newest version of Color Buttons
  50.   - technical support by E-Mail
  51.   - information about further upgrades
  52.  
  53.   - and TAlignButton, standard button with Alignment & MultiLine properties
  54.     Alignment : Defines where the caption appears on the button face. 
  55.     MultiLine : Makes (or not) the button text to multiple lines if the text 
  56.     string is too long to fit on a single line in the button rectangle.
  57.  
  58. [v2.00 last features]
  59.  
  60. ColorBitBtn, two new properties :
  61.  
  62.   - FocusVisible : If false, the inside dotted lines when a button has focus, are not visible.
  63.         Usefull when your button is small and you don't want text or/and glyph "cut" by
  64.         dotted lines.
  65.   - AllowDown : Defines if the button stay down after a click (and up after another)
  66.         - like speedbutton could do -.
  67.  
  68. Note :
  69. About SpeedColorButton,the AllowAllUp and GroupIndex features only work with the same type of speedbutton,
  70. on one side standard speedbuttons, on the other side color speedbuttons : for example,
  71. clicking on a speedbutton can't make a colorspeedbutton up, even if groupindex is same.
  72.  
  73. Comments and suggestions always welcome.
  74.  
  75. Compuserve:     Patrice Vigneron 100747,1367
  76. Internet:     Patrice Vigneron 100747.1367@compuserve.com
  77.  
  78.  
  79.